GtkEntry: ellipsize placeholder text
authorJonh Wendell <jonh.wendell@intel.com>
Thu, 20 Jun 2013 17:39:28 +0000 (14:39 -0300)
committerJonh Wendell <jonh.wendell@intel.com>
Fri, 21 Jun 2013 12:29:15 +0000 (09:29 -0300)
commitc27ddc66c573ae897945155e3ef6e1b64d630fba
treeede155a37086fda6af8d0c822cf1ebc34edbf97e
parent53a85c4084a8c2698d783400591291eff97d86ce
GtkEntry: ellipsize placeholder text

The placeholder string is truncated when there's no
room for it in entry's width.

So, by ellipsizing it, the user can notice the text
was truncated so that they can workaround that by,
for example, maximizing the window.

https://bugzilla.gnome.org/show_bug.cgi?id=702763
gtk/gtkentry.c